Dynamicweb 8 Documentation
Save(FormSetting,Dictionary<String,Object>,String) Method

The form.
The keys and values.
The settings.
Saves the specified form.
Syntax
'Declaration
 
Public Overloads Overridable Function Save( _ 
   ByVal Form As FormSetting, _ 
   ByVal KeysAndValues As Dictionary(Of String,Object), _ 
   ByVal Settings As String _ 
) As Boolean
public virtual bool Save( 
   FormSetting Form,
   Dictionary<string,object> KeysAndValues,
   string Settings 
)

Parameters

Form
The form.
KeysAndValues
The keys and values.
Settings
The settings.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FormSaveProvider Class
FormSaveProvider Members
Overload List

Send Feedback